Skip to main content
Feedback

Configuring a custom URL on a deployed API

Configure a custom URL for a deployed API on the Configure APIs and Applications > Deployed APIs page using the Custom URL field.

Before you begin

In Integration, deploy an API Service or Proxy component. Deploy the API to an environment that has an API Gateway. The API must also have endpoints so that you can specify a custom URL.

Procedure

  1. On the Deployed APIs page, navigate to the Deployed API that you want to specify a custom URL for. This applies to deployed APIs without endpoints, or to APIs deployed to an environment that does not contain an API Gateway. For these APIs, the Custom URL column has default text that reads -, meaning that you cannot set a custom URL.

    This next case applies to deployed APIs with endpoints, or to APIs deployed to an environment that contains an API Gateway. For these APIs, the Custom URL column has default text that reads No, meaning that a custom URL is not specified for that API.

  2. Click the No text in the Custom URL column.

    The Override URL page opens.

  3. In the Customize URL field, click Customize.

  4. Based on your endpoints, modify the REST Endpoints, SOAP Operations, OData Entities, GraphQL Entities until the example URLs provide the correct URL for your API.

  5. Click Save.
    The custom URL is sent to the API Gateway and the new custom URL is set up for your API endpoint.

On this Page